Skip to main content
POST
/
api
/
v1
/
test-key
{
  "api_key": "dphi_live_a1b2c3d4...",
  "expires_at": "2023-11-07T05:31:56Z",
  "expires_in": "10 minutes",
  "message": "Copy this API key and use it in the Authorize button above."
}

Response

200 - application/json

Test API key created

api_key
string

Your temporary API key - copy this!

Example:

"dphi_live_a1b2c3d4..."

expires_at
string<date-time>
expires_in
string
Example:

"10 minutes"

message
string
Example:

"Copy this API key and use it in the Authorize button above."