Authorizations

Authorization

String

Required

Bearer authentication header of the form Bearer <YOUR_API_KEY>, where <YOUR_API_KEY> is your auth token.

cURL

Python

Javascript

PHP

GO

curl -X POST "https://api.airscale.io/v1/credits" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

cURL

Python

Javascript

PHP

GO

curl -X POST "https://api.airscale.io/v1/credits" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

200

200

{
  "status": "success",
  "credits": "12000"
}

{
  "status": "success",
  "linkedin_profile_url": "https://www.linkedin.com/in/vdetraz",
  "phone_number": "+33610607076",
  "provider": "RocketReach"
}