Configuration
The Config API securely expose configuration data about your tenant and community, including ID's, names, access tokens and secrets.
Public
get
Query parameters
communityIdstringRequired
Responses
200Success
400
Generic Client Error
application/json
401
Authentication related errors:
- `GENERIC_UNAUTHORIZED`: Generic unauthorized access error.
- `SESSION_TOKEN_EXPIRED`: User session has expired.
- `REFRESH_TOKEN_EXPIRED`: Refresh token has expired.
application/json
404
Generic not found
application/json
500
Internal server error
application/json
get
GET /v1/config?communityId=text HTTP/1.1
Host:
Accept: */*
No content
Private
get
Query parameters
communityIdstringRequired
Responses
200Success
400
Generic Client Error
application/json
401
Authentication related errors:
- `GENERIC_UNAUTHORIZED`: Generic unauthorized access error.
- `SESSION_TOKEN_EXPIRED`: User session has expired.
- `REFRESH_TOKEN_EXPIRED`: Refresh token has expired.
application/json
404
Generic not found
application/json
500
Internal server error
application/json
get
GET /v1/config/private?communityId=text HTTP/1.1
Host:
Accept: */*
No content
Last updated