Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
API version
The ID of the user executing the action; If not provided, the request will be made as the API Key user
Body
application/json
Valid credential ID (must be a valid ObjectId)
Example:
"507f1f77bcf86cd799439011"
Request body data for the action
Additional headers to include in the request
Query parameters for the request
Path parameters for the request
Response
200 - application/json
Action executed successfully
The response is of type any
.