curl --request POST \
--url https://api.revong.com/api/v1/endpoints \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"path": "<string>",
"method": "GET",
"category": "<string>",
"desc": "<string>",
"componentId": "<string>",
"componentVersion": 123,
"inputs": {},
"componentSchemaId": "<string>",
"componentSchemaVersion": 123,
"options": {
"skipLibs": true,
"legacyResults": true,
"hideRequest": true,
"hideResponse": true
}
}
'ROLES: ENDPOINT_WRITE,ENDPOINT_ADMIN USER: true SERVICE ACCOUNT: true
curl --request POST \
--url https://api.revong.com/api/v1/endpoints \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"path": "<string>",
"method": "GET",
"category": "<string>",
"desc": "<string>",
"componentId": "<string>",
"componentVersion": 123,
"inputs": {},
"componentSchemaId": "<string>",
"componentSchemaVersion": 123,
"options": {
"skipLibs": true,
"legacyResults": true,
"hideRequest": true,
"hideResponse": true
}
}
'Bearer token with Platform JWT token or API Key.
Name.
Path, e.g. /api/v1/users/{user}
Method.
GET, POST, PUT, PATCH, DELETE Category.
Description.
Component identifier.
Component version, if left empty it will use latest component version).
Validate data input with schema component.
Schema component version, if left empty it will use latest schema component version if specified).
Options.
Show child attributes
Job scheduled.