Get purchase detail by Connectif Id. This is meant to be used mainly in combination with create purchase endpoint, where the purchase Connectif Id is exposed.

Request

GET https://api.connectif.cloud/purchases/{id}

Path parameters

Parameter name Value Description Additional
id string

Id of the purchase to get the detail

Required

Authorization

This request requires the use of one of following authorization methods: API key .

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

Success.

Purchase
400 Bad Request

Bad request, i.e.: invalid identifier in path.

HttpError
401 Unauthorized

Not authorized to access API.

403 Forbidden

Permission not granted to the API Key or account has been blocked.

HttpError
404 Not Found

Purchase not found.

HttpError
429 Too Many Requests

Requests rate limit reached.