APIs
Create an API
POST
/
v1
/
apis.createApi
Changelog
Date | Changes |
---|---|
Dec 06 2023 | Introduced endpoint |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The name for your API. This is not customer facing.
Minimum length:
3
Response
200 - application/json
The id of the api
Was this page helpful?