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