Skip to main content
Complete Prior Authorization
curl --request POST \
  --url https://api.spikecare.com/public/v1/prior-authorizations/{prior_authorization_id}/complete-request \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

prior_authorization_id
string
required

Response

OK