Migrations
Migrate an API key
POST
/
api
/
v1
/
api-key
/
migrate
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
key
string
requiredname
string
requiredworkspaceId
string
requiredscopes
object[]
requiredenabled
boolean
requiredcustomerId
string
requiredmetadata
object
Response
200 - application/json
apiKey
object
required