Platforms
Getting all platforms
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
startnumberRequiredExample:
Page
1limitnumber · max: 50RequiredExample:
Size
50qstringOptionalExample:
Search Param
stringtypestringOptionalExample:
Search Type
stringHeader parameters
X-TexAu-ContextstringRequired
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Responses
200
Platforms fetch successful
application/json
successbooleanRequired
messagestringRequiredExample:
Platforms fetch successfultotalnumberRequired
401
Unauthorized access
403
Your plan does not have API access
422
Requested workspace does not belongs to you
500
Error in fetching platforms
get
/api/v1/public/platformsGet platform by ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
platformIdstringRequiredExample:
The platform id
62176e85121058d00e8cd67cHeader parameters
X-TexAu-ContextstringRequired
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Responses
200
Platform fetched successfully
application/json
successbooleanRequired
messagestringRequiredExample:
Platform fetched successfully401
Unauthorized access
403
Your plan does not have API access
404
Platform Auth Variables does not exist or selected platform is invalid
422
Requested workspace does not belongs to you
500
Error while fetching Platform Auth Variables
get
/api/v1/public/platforms/{platformId}Last updated