Authenticate to API

All requests are authenticated with token JWT, you should request your Authorization token first

Requesting Authorization Token

POST https://api.nextpost.tech/auth

This endpoint allows you to get your authorization token.

Request Body

NameTypeDescription

token

string

Send your token as JSON

{ "status": true, "authorization": "eyJhbGciOjnKUzI1NiIsInR5cCI6ja7AVCJ9.eyJ0b2tlbiI6IkNBMzZCNjVCNERBMzQxQURBOEU5NjlBRDVEMTZDQjE3IiwiaW5zdGFuY2VzIjoxLCJyZXF1ZXN0cyI6MCwiaWF0IjoxNTkxNDgxNTg3LCJleHAiOjE2MjMwMTc1ODd9.03VqjUecsXOy9XB-08G1voyZ__T9BgmWVHaq2oC0nFE"}

Last updated