Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Request Code Samples
curl --location --request POST 'https://api-sandbox.squarepay.com.au/v2/test' \
--header 'Accept: application/json' \
--header 'Authorization: Basic Og=='
Responses
application/json {
"data": {
"message": "You have successfully authenticated!"
}
}
Modified at 2024-08-24 13:42:11