ARC Check
Number of APIs: 3
With the ARC Check API, users can retrieve the real-time agency statuses for specific agency numbers by using the ARC Check endpoint (/agency-statuses).
Subscribe to ARC’s Status Dashboard to be informed of the status of any ARC service including APIs.
For technical or product support, please contact ARC at apihelp@arccorp.com.
Getting Started
Learning About ARC's APIs
Information about ARC’s APIs can be found here on the ARC API Portal.
To access sandbox or production data, you must first request access.
Requesting Access
In an email request to apihelp@arccorp.com, please supply the following:
Your Airline Number or GDS Identification. GDS and Travel Technology Partners should provide a list of authorized airline numbers.
Email address to securely send the API credentials.
Requested Environment: UAT or PROD.
Authentication Requirements
Authentication is required to access ARC’s APIs in sandbox and production environments. ARC uses OAuth2.0, an industry-standard protocol, to authenticate users. Once ARC has granted you access to an API and you have received an approval email, you must obtain an OAuth2.0 bearer token.
To receive your bearer token:
Acquire your Client ID and Client Secret.
Post: https://myarc.okta.com/oauth2/ause2fx17D7uPsznb356/v1/token
Provide the following in your request to receive your bearer token. Then use your bearer token in the “Authorization” header to submit requests to the API.
granttype = clientcredentials
scope = arc_check
credentials are sent as Basic Auth header where Username = Client ID and Password = Client Secret
Accessing ARC's APIs
Once ARC has granted API access, you will have full access to the selected API instance. To use the API, enter your client ID and client secret to programmatically obtain a bearer token, which can then be sent to make API client calls.
Using This Collection
Step 1. Fork the collection using Run in Qodex
:
[]
Step 2. Create an environment:
Step 3. Create variables:
environment
clientId
clientSecret
Click
Save
button
Step 4. Configure new token:
Go to Authorization tab of collection
Enter token name
Set Client ID
Set Client Secret
Click
Get New Access Token
button
Step 5. Select token:
- Click
Save
button
Step 6. Test request:
Modify query parameters as needed
Click
Send
button
Release Notes
2024-09-12
Ticketing Authority API is now ARC Check API! Documentation and URLs have been updated to reflect ARC Check. Ticketing Authority URLs will be supported for v1 and v2.
transactionResponse
includes new attributeaccreditationType
.ARC Check API V3
- ARC Check API customers can now submit requests for multiple airlines under a single set of credentials.
- Optional query parameter
airlineDesignator
has been added to filter the response.
Contact Support:
Name: ARC Sales Team
Email: sales@arccorp.com
-
v3 - agency-statuses GET {{baseUrl}}/agency-statuses?agencynumber=11111111&airlineDesignator=001
-
v1 - agency-statuses GET https://api.arc.travel/arc-check/api/agency-statuses?agencynumber=11111111
-
v2 - agency-statuses GET https://api.arc.travel/arc-check2/api/agency-statuses?agencynumber=11111111