Platforms

Getting all platforms

This API gives you list of all the platforms supported by TexAu.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
startnumberRequired

Page

Example: 1
limitnumber · max: 50Required

Size

Example: 50
qstringOptional

Search Param

Example: string
typestringOptional

Search Type

Example: string
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Responses
200

Platforms fetch successful

application/json
get
/api/v1/public/platforms

Get platform by ID

This API gives you the list of authVariables that will be used in adding a social account.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
platformIdstringRequired

The platform id

Example: 62176e85121058d00e8cd67c
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Responses
200

Platform fetched successfully

application/json
get
/api/v1/public/platforms/{platformId}

Last updated