Authentication
In order to authenticate your network requests to Payscore, you are required to attach an access token to every request.
Last updated
In order to authenticate your network requests to Payscore, you are required to attach an access token to every request.
POST https://api.payscore.com/api/v1/tenants/auth
Request to get your API access token, which expires in 30 minutes. The access token will be returned in the Authorization header.
client_id
string
Your client ID
secret_key
string
Your secret key
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIwMDAwMDAwMC0wM...Last updated