Services
Create service
POST
/
services
Copy
{
"created_at": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"logout_url": "<string>",
"name": "<string>",
"redirect_url": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"webhook_url": "<string>"
}
Body
application/json
Response
201 - application/json
The response is of type object
.
Copy
{
"created_at": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"logout_url": "<string>",
"name": "<string>",
"redirect_url": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"webhook_url": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.