Register a client SDK
POST/api/frontend/client/register
This is for future use. Currently Frontend client registration is not supported. Returning 200 for clients that expect this status code. If the Frontend API is disabled 404 is returned.
Request
Responses
- 200
- 400
- 401
- 404
This response has no body.
The request data does not match what we expect.
Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
The requested resource was not found.