Import a certificate

šŸ”‘

Required OAuth scope: users:write.

Imports a certificate for a specific user given its unique ID.

āš ļø

This endpoint requires multipart/form-data.

  • Content-Type: multipart/form-data
  • Arrays: Use bracket notation, with the field name repeated for each item
  • Objects: Use JSON-encoded strings

The request preview (the Try it! button on the right panel that generates an example request) may not fully reflect multipart formatting requirements. Instead, use the example below:

curl --request POST \
--url https://qlf:8443/api/v2/users/624c5526204fc7207e603ea5/certificates \
--header '360-api-version: v2.0' \
--header 'authorization: Bearer {{token}}' \
--header 'content-type: multipart/form-data' \
--form deliveryDate=2024-01-01T00:00:00.000Z \
--form 'title=test certificate' \
--form file=@/home/qlf/Documents/Administratif/DocumentsEtContracts/Summary.pdf

Path Params
string
required
^[a-fA-F0-9]{24}$

The unique ID of the user.

Body Params
date-time
required

The delivery date of the certificate, in the YYYY-MM-DDThh:mm:ss.sssZ format (ISO 8601 in Coordinated Universal Time (UTC)).

date-time

The expiration date of the certificate, in the YYYY-MM-DDThh:mm:ss.sssZ format (ISO 8601 in Coordinated Universal Time (UTC)).

string
required

The title of the certificate outline in the platform (internal name of the certificate).

string
^[a-fA-F0-9]{24}$

The unique ID of the outline of the certificate.

file
required

The file to upload, in the application/pdf format.

Headers
string
enum
required

The version of the API.

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json