v1

latestSwagger 2.0Apache 2.02026-07-13123128517.6 KB
me

Create api credentials

Creates an API credentials for the CallFire API. This endpoint requires full CallFire account credentials to be used, authenticated using Basic Authentication. At the moment user provides only the name for the credentials. The generated credentials can be used to access any CallFire APIs. For authentication use account credentials.

post/me/api/credentials

Request body

idinteger

An id of an API credential

namestring

A name of an API credential

usernamestring

Username for credential

passwordstring

A password for credential

enabledboolean

Is credential enabled

Response

successful operation

idinteger

An id of an API credential

namestring

A name of an API credential

usernamestring

Username for credential

passwordstring

A password for credential

enabledboolean

Is credential enabled